home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- AboutItems.h
-
- About Item Constants
-
- Copyright © 1996 Dan Crevier. All rights reserved.
-
- Generated by Visual Architect™
-
- This file is rewritten each time you generate code. You should not
- make changes to this file.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "Items.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
-
- // Item numbers for each item.
- //
- // Use TCLGetItemPointer (ViewUtilities) to convert these
- // item numbers to a pointer to the named item.
-
- enum
- {
- About_Begin_,
- kAbout_Stat1 = 1,
- kAbout_Stat1ID = 2049L,
- kAbout_Butn2 = 2,
- kAbout_Butn2ID = 2050L,
- kAbout_Stat3 = 3,
- kAbout_Stat3ID = 2051L,
- kAbout_Stat5 = 4,
- kAbout_Stat5ID = 2052L,
- About_End_
- };
-